home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / zsoftdrv.zip / MARSTEK.DOC < prev    next >
Text File  |  1990-10-16  |  1KB  |  32 lines

  1.                 MarsTek Documentation
  2.  
  3.     ZSoft Corporation's MARSTEK.SYS is designed to work with the 
  4.     MarsTek 105, 128 and 800 hand scanners. This scanner device driver 
  5.     has only two options: scanner type and DMA channel.
  6.     
  7.     Scanner type:    /1        MarsTek 105
  8.             /2        MarsTek 128
  9.             /3        MarsTek 800 LoRes (100-400 dpi)
  10.             /4        MarsTek 800 HiRes (500-800 dpi)
  11.  
  12.     Note:     MarsTek 800 requires that the DIP switch underneath
  13.         the MarsTek be set to '0' with the /3 CONFIG.SYS
  14.         option and to '1' for the /4 option.
  15.  
  16.     DMA channel:    /C1        DMA channel 1
  17.             /C3        DMA channel 3
  18.     
  19.     Example CONFIG.SYS entry:
  20.             DEVICE=MARSTEK.SYS /2 /C3
  21.  
  22.     The driver is set up for the MarsTek 128 and DMA channel 1.
  23.  
  24.     These MarsTek scanners do not support interrupts, therefore 
  25.     to obtain the best performance, MARSTEK.SYS requires EMS.
  26.  
  27.     Paintbrush may save buffers to the hard disk during the scan. 
  28.     When the disk is accessed, scan lines can be lost, resulting in gaps 
  29.     in the image. The entire scan may be scanned to Expanded Memory and 
  30.     then read back as required, greatly reducing the chance of losing 
  31.     scan lines.
  32.